home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-08-01 | 7.2 KB | 21 lines | [TEXT/R*ch] |
- /* SCCS Id: @(#)quest.c 3.1 93/03/10 */
- /* Copyright 1991, M. Stephenson */
- /* NetHack may be freely redistributed. See license for details. */
-
- #include "hack.h"
-
- #ifdef MULDGN
- /* quest dungeon branch routines. */
-
- #include "quest.h"
- #include "qtext.h"
-
- #define Not_firsttime (on_level(&u.uz0, &u.uz))
- #define Qstat(x) (quest_status.x)
-
- static void NDECL(on_start);
- static void NDECL(on_locate);
- static void NDECL(on_goal);
- static boolean NDECL(not_capable);
- static boolean NDECL(not_pure);
- static void FDE